From 3aa042410071e795d38ed4304e423621ebd39f2c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 7 Feb 2012 18:36:51 +0000 Subject: [PATCH] firewall: merge r30363 SVN-Revision: 30364 --- package/firewall/Makefile | 2 +- package/firewall/files/lib/fw.sh | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/package/firewall/Makefile b/package/firewall/Makefile index 5b87114282..406947a823 100644 --- a/package/firewall/Makefile +++ b/package/firewall/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall PKG_VERSION:=2 -PKG_RELEASE:=34.8 +PKG_RELEASE:=34.9 include $(INCLUDE_DIR)/package.mk diff --git a/package/firewall/files/lib/fw.sh b/package/firewall/files/lib/fw.sh index 0814ffc315..76e294f568 100644 --- a/package/firewall/files/lib/fw.sh +++ b/package/firewall/files/lib/fw.sh @@ -275,10 +275,7 @@ fw_check_icmptype4() { export FW_ICMP4_TYPES=$( iptables -p icmp -h 2>/dev/null | \ sed -n -e '/^Valid ICMP Types:/ { - n; :r; - /router-advertisement/d; - /router-solicitation/d; - s/[()]/ /g; s/[[:space:]]\+/\n/g; p; n; b r + n; :r; s/[()]/ /g; s/[[:space:]]\+/\n/g; p; n; b r }' | sort -u ) -- 2.30.2